Hi, I'm fairly new to python and unfortunately I've added stuff in piecemeal such as different libraries. I also know I"m not following the best practices of a professional programmer. I'm wondering if there's a good tutorial of how to best setup and work with python.
You must be logged in to post. Please login or register an account.
I think that's just something that comes in time, and depends on where you're using it. For the most part, I honestly just create new folders, and put my projects in there. Most projects can be contained in a single file, but sometimes I split them up and import them into a main script.
Maybe someone else will answer better here, but you could also ask this question on reddit.com/r/learnpython and maybe get some better answers there too.
-Harrison 7 years ago
You must be logged in to post. Please login or register an account.